Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ProjectMetaData(val name: String = "Project", val description: String = "", val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val nodeAction: NodeAction = NodeAction.EXECUTE, val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for a Project node — the user-facing display name plus an optional free-form description.